@charset "UTF-8";
@font-face {
  font-family: 'PingFang SC';
  src: url("https://ycbdweng.oss-cn-beijing.aliyuncs.com/newweb/asset/font/AdobeHeitiStd-Regular.otf");
}

@font-face {
  font-family: 'YouSheBiaoTiHei';
  src: url("https://ycbdweng.oss-cn-beijing.aliyuncs.com/newweb/asset/font/优设标题黑.ttf");
}

span,
p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  /* TWEENER - IE 10 */
}

a {
  text-decoration: none;
}
/*# sourceMappingURL=common.css.map */